projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
070c693
)
(Info-scroll-down): Add missing WINDOW arg for
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 20 Mar 2001 14:22:50 +0000
(14:22 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 20 Mar 2001 14:22:50 +0000
(14:22 +0000)
pos-visible-in-window-p.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index d81c4d392f898d35f7ca7910d2fcb5ff0252d54b..4b3bbfd42bc72b3e7f1cf87ee073c5f5ade5374a 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1767,7
+1767,7
@@
parent node."
current-point
t)))))
(if (or virtual-end
- (pos-visible-in-window-p (point-min) t))
+ (pos-visible-in-window-p (point-min)
nil
t))
(Info-last-preorder)
(scroll-down))))